home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
ArchiveUtils
/
TARInspector1.0
/
Source
/
TARInspector.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
332b
|
21 lines
#import <appkit/appkit.h>
#import <apps/Workspace.h>
@interface TARInspector:WMInspector
{
id textOutput; //inited to nil
char *lastSelection; //inited to NULL
int lastSelectionCount;
NXStream *instructions; //inited to NULL
int revertEnabled;
int okEnabled;
}
+ new;
- ok:sender;
- revert:sender;
@end